OPC Studio User's Guide and Reference
Object Serialization
Advanced Topics > Object Serialization

OPC Data Client.NET and OPC Data Client-UA allows you to easily store objects (and object graphs, i.e. interconnected objects) into files and streams, and also to load them back.

Two types of serialization are supported:

Practically all OPC Data Client objects (and their collections and dictionaries) can be serialized and deserialized. For example:

See Also